home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 35
/
Amiga Format AFCD35 (Issue 119, Jan 1999).iso
/
-in_the_mag-
/
reader_requests
/
gencodec
/
source
/
mb_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-11-06
|
442b
|
24 lines
/*
**
** MUIBuilder.library
**
** $VER: MUIBuilder.library 1.0
**
** (c) copyright 1994
** Eric Totel
**
*/
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
BOOL MB_Open(void);
void MB_Close(void);
void MB_GetA(struct TagItem *);
void MB_Get(Tag, ... );
void MB_GetVarInfoA(ULONG , struct TagItem *);
void MB_GetVarInfo(ULONG , Tag, ... );
void MB_GetNextCode(ULONG*, char ** );
void MB_GetNextNotify(ULONG*, char ** );